home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Full
/
Paragon Drive Backup 9
/
DB90_SE_x32.msi
/
Data1.cab
/
_431CCC61EACC4949B97009EDE597148B
< prev
next >
Wrap
Text File
|
2004-02-07
|
458b
|
25 lines
// WebHelp 5.10.001
var gTEA = new Array();
function aTE(sTopicTitle, sTopicURL)
{
var len = gTEA.length;
gTEA[len] = new topicEntry(sTopicTitle, sTopicURL);
}
function topicEntry(sTopicTitle, sTopicURL)
{
this.sTopicTitle = sTopicTitle;
this.sTopicURL = sTopicURL;
}
function window_OnLoad()
{
if (parent && parent != this) {
if (parent.putFtsTData)
{
parent.putFtsTData(gTEA);
}
}
}
window.onload = window_OnLoad;